Cloneable

Ecng.Common

The base class for objects that can be cloned.

Implementa: ICloneable<T>, ICloneable

Métodos

Clone
public abstract T Clone()
result = cloneable.Clone()

Creates a new object that is a copy of the current instance.

Retorna: A new object that is a copy of this instance.

System#ICloneable#Clone()

Creates a new object that is a copy of the current instance.

Retorna: A new object that is a copy of this instance.